From 8636bdc2677aba76da0567685ca34f1bb160cd2f Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Sep 2004 05:09:53 +0000 Subject: [PATCH] More USB integration. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@917 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/mingw/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index 2f422df46..4c297277f 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -6,10 +6,12 @@ FILES=gpsbabel.exe libexpat.dll ../win32/gpsbabelfront.exe ../README* ../COPYING gpsbabel.exe: wintesto.cmd include ../Makefile -CFLAGS=-Iinclude -I../coldsync -O +CFLAGS=-Iinclude -I../coldsync -O $(INHIBIT_USB) +INHIBIT_USB=-DNO_USB +OSJEEPS=jeeps/gpsusbwin.o gpsbabel.exe: $(OBJS) - $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe + $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe -lsetupapi zip -j /tmp/gpsbabel-$(VERSIOND).zip $(FILES) cp gpsbabel.exe /tmp -- 2.30.2